home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-06-05 | 698 b | 26 lines | [TEXT/MPS ] |
- /*
- File: PCCardEnablerPlugin.r
-
- Version: System 7.5 and System 8
-
- Copyright: © 1984-1996 by Apple Computer, Inc.
- All rights reserved.
-
- */
-
- #ifndef __PCCARDENABLERPLUGIN_R__
- #define __PCCARDENABLERPLUGIN_R__
-
- type 'pccd' {
- longint; /* MUST BE ZERO */
- integer dontShowIcon = -1, noCustomIcon = 0; /* customIconID */
- integer noCustomStrings = 0; /* customStringsID */
- unsigned integer; /* customTypeIndex */
- unsigned integer; /* customHelpIndex */
- literal longint noCustomAction = 0; /* customAction */
- longint; /* customActionParam1 */
- longint; /* customActionParam2 */
- };
-
- #endif /* __PCCARDENABLERPLUGIN_R__ */
-